Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FormattingBagList<T> Class / RemoveAll Method
Predicate deciding should item be removed or not.

In This Topic
    RemoveAll Method (FormattingBagList<T>)
    In This Topic
    Removes items from the list based on predicate.
    Syntax
    'Declaration
     
    Public Overridable Function RemoveAll( _
       ByVal match As System.Predicate(Of T) _
    ) As System.Integer
    public virtual System.int RemoveAll( 
       System.Predicate<T> match
    )

    Parameters

    match
    Predicate deciding should item be removed or not.
    See Also